toggle menu
JxBrowser
8.1.0
jvm
switch theme
search in API
JxBrowser
/
com.teamdev.jxbrowser.ui.event
/
[jvm]KeyEvent
Key
Event
interface
KeyEvent
A common interface that all keyboard events must extend.
Inheritors
KeyPressed
KeyTyped
KeyReleased
Members
Functions
key
Code
Link copied to clipboard
abstract
fun
keyCode
(
)
:
KeyCode
Returns the code of the key.
key
Location
Link copied to clipboard
abstract
fun
keyLocation
(
)
:
KeyLocation
Returns the location of the key on the keyboard.
key
Modifiers
Link copied to clipboard
abstract
fun
keyModifiers
(
)
:
KeyModifiers
Returns the keyboard modifiers applied.